Autogenerated HTML docs for v2.28.0-618-g9bc23 
diff --git a/git-clone.html b/git-clone.html index 772a5d0..2bc277c 100644 --- a/git-clone.html +++ b/git-clone.html 
@@ -838,9 +838,9 @@  other Git command that makes any existing commit unreferenced) in the   source repository, some objects may become unreferenced (or dangling).   These objects may be removed by normal Git operations (such as <code>git commit</code>)  -which automatically call <code>git gc --auto</code>. (See <a href="git-gc.html">git-gc(1)</a>.)  -If these objects are removed and were referenced by the cloned repository,  -then the cloned repository will become corrupt.</p></div>  +which automatically call <code>git maintenance run --auto</code>. (See  +<a href="git-maintenance.html">git-maintenance(1)</a>.) If these objects are removed and were referenced  +by the cloned repository, then the cloned repository will become corrupt.</p></div>   <div class="paragraph"><p>Note that running <code>git repack</code> without the <code>--local</code> option in a repository   cloned with <code>--shared</code> will copy objects from the source repository into a pack   in the cloned repository, removing the disk space savings of <code>clone --shared</code>.  @@ -1416,7 +1416,7 @@  <div id="footer">   <div id="footer-text">   Last updated  - 2020-07-06 22:33:22 PDT  + 2020-09-25 15:47:14 PDT   </div>   </div>   </body>